CxCvsLib Helper Objects

The CvsLib Object employs employ a library of helper request and response objects, which are used for passing in a request, getting a response back, and storing real-time records:

  Request and Response Objects Other Support Objects
CvsClient Method CxCvsLib Request Object CxCvsLib Response Object RtR RtREx SRtR SRtREx
AlphaGet AlphaGetReq AlphaGetResp check      
AlphaGetRtREx AlphaGetRtRExReq AlphaGetRtRExResp   check    
GetNamedRec GetNamedRecReq GetNamedRecResp check      
GetNamedRtREx GetNamedRtRExReq GetNamedRtRExResp   check    
GetNamedSRtREx GetNamedSRtRExReq GetNamedSRtRExResp       check
GetRec GetRecReq GetRecResp check      
GetRefs GetRefsReq GetRefsResp        
GetRtREx GetRtRExReq GetRtRExResp   check    
GetShortNamedRec GetShortNamedRecReq GetShortNamedRecResp     check  
GetShortRec GetShortRecReq GetShortRecResp     check  
GetSNamedRtREx GetSNamedRtRExReq GetSNamedRtRExResp        
GetSRtREx GetSRtRExReq GetSRtRExResp       check
MatchName MatchNamedReq MatchNamedResp check      
MatchNamedRtREx MatchNamedRtRExReq MatchNamedRtRExResp   check    
SetRecord SetRecordReq SetRecordResp check      
SetRtREx SetRtRExReq SetRtRExResp   check    

These objects are declared using, for example:

Set req = CreateObject("CxCvsLib.GetNamedRecReq")

Set resp = CreateObject("CxCvsLib.Match NameResp")


More: